pub enum SaveScope {
Local = 0,
Visible = 1,
}Variants§
Auto Trait Implementations§
impl Freeze for SaveScope
impl RefUnwindSafe for SaveScope
impl Send for SaveScope
impl Sync for SaveScope
impl Unpin for SaveScope
impl UnwindSafe for SaveScope
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