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