pub struct StringKeeperOpts { /* private fields */ }
Trait Implementations§
Source§impl Clone for StringKeeperOpts
impl Clone for StringKeeperOpts
Source§fn clone(&self) -> StringKeeperOpts
fn clone(&self) -> StringKeeperOpts
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 Debug for StringKeeperOpts
impl Debug for StringKeeperOpts
Source§impl Ord for StringKeeperOpts
impl Ord for StringKeeperOpts
Source§fn cmp(&self, other: &StringKeeperOpts) -> Ordering
fn cmp(&self, other: &StringKeeperOpts) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for StringKeeperOpts
impl PartialEq for StringKeeperOpts
Source§impl PartialOrd for StringKeeperOpts
impl PartialOrd for StringKeeperOpts
impl Eq for StringKeeperOpts
impl StructuralPartialEq for StringKeeperOpts
Auto Trait Implementations§
impl Freeze for StringKeeperOpts
impl RefUnwindSafe for StringKeeperOpts
impl Send for StringKeeperOpts
impl Sync for StringKeeperOpts
impl Unpin for StringKeeperOpts
impl UnwindSafe for StringKeeperOpts
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