struct BrokenQuote;
Trait Implementations§
source§impl Clone for BrokenQuote
impl Clone for BrokenQuote
source§fn clone(&self) -> BrokenQuote
fn clone(&self) -> BrokenQuote
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 BrokenQuote
impl Debug for BrokenQuote
source§impl Default for BrokenQuote
impl Default for BrokenQuote
source§fn default() -> BrokenQuote
fn default() -> BrokenQuote
Returns the “default value” for a type. Read more
source§impl From<BrokenQuote> for GetTimezoneError
impl From<BrokenQuote> for GetTimezoneError
source§fn from(_: BrokenQuote) -> Self
fn from(_: BrokenQuote) -> Self
Converts to this type from the input type.
source§impl PartialEq for BrokenQuote
impl PartialEq for BrokenQuote
impl Copy for BrokenQuote
impl Eq for BrokenQuote
impl StructuralPartialEq for BrokenQuote
Auto Trait Implementations§
impl Freeze for BrokenQuote
impl RefUnwindSafe for BrokenQuote
impl Send for BrokenQuote
impl Sync for BrokenQuote
impl Unpin for BrokenQuote
impl UnwindSafe for BrokenQuote
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)