pub struct LinksUpdate {}Expand description
Update struct corresponding to Links
Implementations§
Trait Implementations§
Source§impl Debug for LinksUpdate
impl Debug for LinksUpdate
Source§impl Default for LinksUpdate
impl Default for LinksUpdate
Source§fn default() -> LinksUpdate
fn default() -> LinksUpdate
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LinksUpdate
impl RefUnwindSafe for LinksUpdate
impl Send for LinksUpdate
impl Sync for LinksUpdate
impl Unpin for LinksUpdate
impl UnsafeUnpin for LinksUpdate
impl UnwindSafe for LinksUpdate
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