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