pub enum Retain {
Keep,
Never,
}
Expand description
Represents the retain policy.
Variants§
Trait Implementations§
impl StructuralPartialEq for Retain
Auto Trait Implementations§
impl Freeze for Retain
impl RefUnwindSafe for Retain
impl Send for Retain
impl Sync for Retain
impl Unpin for Retain
impl UnwindSafe for Retain
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