pub struct MiscB23ShortLinkParams { /* private fields */ }Expand description
/x/share/click b23.tv 短链接生成参数。
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