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