pub struct MiscB23ShortLinkParams { /* private fields */ }Expand description
Parameters for /x/share/click b23.tv short link generation.
Implementations§
Trait Implementations§
Source§impl Clone for MiscB23ShortLinkParams
impl Clone for MiscB23ShortLinkParams
Source§fn clone(&self) -> MiscB23ShortLinkParams
fn clone(&self) -> MiscB23ShortLinkParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 MiscB23ShortLinkParams
impl Debug for MiscB23ShortLinkParams
impl Eq for MiscB23ShortLinkParams
Source§impl PartialEq for MiscB23ShortLinkParams
impl PartialEq for MiscB23ShortLinkParams
Source§fn eq(&self, other: &MiscB23ShortLinkParams) -> bool
fn eq(&self, other: &MiscB23ShortLinkParams) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MiscB23ShortLinkParams
Auto Trait Implementations§
impl Freeze for MiscB23ShortLinkParams
impl RefUnwindSafe for MiscB23ShortLinkParams
impl Send for MiscB23ShortLinkParams
impl Sync for MiscB23ShortLinkParams
impl Unpin for MiscB23ShortLinkParams
impl UnsafeUnpin for MiscB23ShortLinkParams
impl UnwindSafe for MiscB23ShortLinkParams
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.