pub enum SBKW {
_0,
_1,
}Expand description
Values that can be written to the field SBK
Variants§
Auto Trait Implementations§
impl Freeze for SBKW
impl RefUnwindSafe for SBKW
impl Send for SBKW
impl Sync for SBKW
impl Unpin for SBKW
impl UnwindSafe for SBKW
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