pub(crate) enum WktArg {
Central,
PerFile,
}Variants§
Trait Implementations§
impl Copy for WktArg
Auto Trait Implementations§
impl Freeze for WktArg
impl RefUnwindSafe for WktArg
impl Send for WktArg
impl Sync for WktArg
impl Unpin for WktArg
impl UnwindSafe for WktArg
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