pub struct StrLenOrInd(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for StrLenOrInd
impl Clone for StrLenOrInd
Source§fn clone(&self) -> StrLenOrInd
fn clone(&self) -> StrLenOrInd
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for StrLenOrInd
Auto Trait Implementations§
impl Freeze for StrLenOrInd
impl RefUnwindSafe for StrLenOrInd
impl Send for StrLenOrInd
impl Sync for StrLenOrInd
impl Unpin for StrLenOrInd
impl UnwindSafe for StrLenOrInd
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