pub struct SetExperimentalFeature { /* private fields */ }
Expand description
Set Experimental Feature Command
Implementations§
Source§impl SetExperimentalFeature
impl SetExperimentalFeature
Sourcepub fn new(uuid: Uuid, action: FeatureAction) -> Self
pub fn new(uuid: Uuid, action: FeatureAction) -> Self
Constructs a new SetExperimentalFeature
.
Trait Implementations§
Source§impl CommandRequest for SetExperimentalFeature
impl CommandRequest for SetExperimentalFeature
Source§const CODE: CommandCode = CommandCode::SetExperimentalFeature
const CODE: CommandCode = CommandCode::SetExperimentalFeature
Command code.
Source§type Reply = SetExperimentalFeatureReply
type Reply = SetExperimentalFeatureReply
Return type for this command.
Source§impl Debug for SetExperimentalFeature
impl Debug for SetExperimentalFeature
Source§impl From<SetExperimentalFeature> for Command
impl From<SetExperimentalFeature> for Command
Source§fn from(v: SetExperimentalFeature) -> Self
fn from(v: SetExperimentalFeature) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SetExperimentalFeature
impl RefUnwindSafe for SetExperimentalFeature
impl Send for SetExperimentalFeature
impl Sync for SetExperimentalFeature
impl Unpin for SetExperimentalFeature
impl UnwindSafe for SetExperimentalFeature
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