pub struct ObjectEndType { /* private fields */ }Implementationsยง
Trait Implementationsยง
Sourceยงimpl Clone for ObjectEndType
impl Clone for ObjectEndType
Sourceยงfn clone(&self) -> ObjectEndType
fn clone(&self) -> ObjectEndType
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 moreSourceยงimpl Debug for ObjectEndType
impl Debug for ObjectEndType
Sourceยงimpl Default for ObjectEndType
impl Default for ObjectEndType
Sourceยงimpl Display for ObjectEndType
impl Display for ObjectEndType
Sourceยงimpl Hash for ObjectEndType
impl Hash for ObjectEndType
Sourceยงimpl MarshallLength for ObjectEndType
impl MarshallLength for ObjectEndType
fn marshall_length(&self) -> usize
Sourceยงimpl PartialEq for ObjectEndType
impl PartialEq for ObjectEndType
Sourceยงimpl TryFrom<&[u8]> for ObjectEndType
impl TryFrom<&[u8]> for ObjectEndType
Sourceยงimpl Unmarshall for ObjectEndType
impl Unmarshall for ObjectEndType
impl Eq for ObjectEndType
impl StructuralPartialEq for ObjectEndType
Auto Trait Implementationsยง
impl Freeze for ObjectEndType
impl RefUnwindSafe for ObjectEndType
impl Send for ObjectEndType
impl Sync for ObjectEndType
impl Unpin for ObjectEndType
impl UnwindSafe for ObjectEndType
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
Sourceยงimpl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Sourceยงimpl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Sourceยงimpl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Sourceยงfn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.