pub struct BitString;Trait Implementations§
impl Assignable<BitString> for Any
impl Assignable for BitString
impl Compatible<Any> for BitString
impl Compatible<BitString> for Any
impl Compatible<BitString> for Placeholder
impl Compatible<Placeholder> for BitString
impl Compatible for BitString
impl Copy for BitString
impl DataType for BitString
impl Eq for BitString
impl StructuralPartialEq for BitString
Auto Trait Implementations§
impl Freeze for BitString
impl RefUnwindSafe for BitString
impl Send for BitString
impl Sync for BitString
impl Unpin for BitString
impl UnsafeUnpin for BitString
impl UnwindSafe for BitString
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