pub struct ValuePut {
pub value: RawCommandArgument,
}Fields§
§value: RawCommandArgumentTrait Implementations§
Source§impl PartialOrd for ValuePut
impl PartialOrd for ValuePut
impl StructuralPartialEq for ValuePut
Auto Trait Implementations§
impl Freeze for ValuePut
impl RefUnwindSafe for ValuePut
impl Send for ValuePut
impl Sync for ValuePut
impl Unpin for ValuePut
impl UnsafeUnpin for ValuePut
impl UnwindSafe for ValuePut
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