Struct DocblockTypeString
pub struct DocblockTypeString(/* private fields */);Implementations§
§impl DocblockTypeString
impl DocblockTypeString
Trait Implementations§
§impl Clone for DocblockTypeString
impl Clone for DocblockTypeString
§fn clone(&self) -> DocblockTypeString
fn clone(&self) -> DocblockTypeString
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 more§impl Debug for DocblockTypeString
impl Debug for DocblockTypeString
§impl Display for DocblockTypeString
impl Display for DocblockTypeString
§impl FromStr for DocblockTypeString
impl FromStr for DocblockTypeString
§impl Hash for DocblockTypeString
impl Hash for DocblockTypeString
§impl Ord for DocblockTypeString
impl Ord for DocblockTypeString
§fn cmp(&self, other: &DocblockTypeString) -> Ordering
fn cmp(&self, other: &DocblockTypeString) -> 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
§impl PartialEq for DocblockTypeString
impl PartialEq for DocblockTypeString
§impl PartialOrd for DocblockTypeString
impl PartialOrd for DocblockTypeString
impl Eq for DocblockTypeString
impl StructuralPartialEq for DocblockTypeString
Auto Trait Implementations§
impl Freeze for DocblockTypeString
impl RefUnwindSafe for DocblockTypeString
impl Send for DocblockTypeString
impl Sync for DocblockTypeString
impl Unpin for DocblockTypeString
impl UnsafeUnpin for DocblockTypeString
impl UnwindSafe for DocblockTypeString
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