Enum rust2go_common::raw_file::DropSafe
source · pub enum DropSafe {
ThreadLocal,
Global,
None,
}
Variants§
Trait Implementations§
source§impl PartialEq for DropSafe
impl PartialEq for DropSafe
impl Copy for DropSafe
impl Eq for DropSafe
impl StructuralEq for DropSafe
impl StructuralPartialEq for DropSafe
Auto Trait Implementations§
impl RefUnwindSafe for DropSafe
impl Send for DropSafe
impl Sync for DropSafe
impl Unpin for DropSafe
impl UnwindSafe for DropSafe
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