pub struct SetPrivateOptions;
Expand description
SetPrivateOptions state, has Body and previous (SetBody)
Auto Trait Implementations§
impl Freeze for SetPrivateOptions
impl RefUnwindSafe for SetPrivateOptions
impl Send for SetPrivateOptions
impl Sync for SetPrivateOptions
impl Unpin for SetPrivateOptions
impl UnwindSafe for SetPrivateOptions
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