pub enum StateRequest {
GetNetstackVersion {
responder: StateGetNetstackVersionResponder,
},
}
Expand description
Provides access to reading netstack migration configuration.
Variants§
GetNetstackVersion
Gets the target network stack version.
- response
in_effect_version
the configurations currently in effect.
Fields
§
responder: StateGetNetstackVersionResponder
Implementations§
Source§impl StateRequest
impl StateRequest
pub fn into_get_netstack_version( self, ) -> Option<StateGetNetstackVersionResponder>
Sourcepub fn method_name(&self) -> &'static str
pub fn method_name(&self) -> &'static str
Name of the method defined in FIDL
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StateRequest
impl !RefUnwindSafe for StateRequest
impl Send for StateRequest
impl Sync for StateRequest
impl Unpin for StateRequest
impl !UnwindSafe for StateRequest
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more