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