Struct gear_backend_common::LimitedStr
source · pub struct LimitedStr<'a>(_);Implementations§
Trait Implementations§
source§impl<'a> Clone for LimitedStr<'a>
impl<'a> Clone for LimitedStr<'a>
source§fn clone(&self) -> LimitedStr<'a>
fn clone(&self) -> LimitedStr<'a>
Returns a copy 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 moresource§impl<'a> Debug for LimitedStr<'a>
impl<'a> Debug for LimitedStr<'a>
source§impl<'a> Display for LimitedStr<'a>
impl<'a> Display for LimitedStr<'a>
impl<'a> Copy for LimitedStr<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for LimitedStr<'a>
impl<'a> Send for LimitedStr<'a>
impl<'a> Sync for LimitedStr<'a>
impl<'a> Unpin for LimitedStr<'a>
impl<'a> UnwindSafe for LimitedStr<'a>
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