pub enum KsPass {
KsPassPass,
KsPassFile,
}
Variantsยง
Trait Implementationsยง
impl StructuralPartialEq for KsPass
Auto Trait Implementationsยง
impl Freeze for KsPass
impl RefUnwindSafe for KsPass
impl Send for KsPass
impl Sync for KsPass
impl Unpin for KsPass
impl UnwindSafe for KsPass
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