pub struct SetCallback {
pub callback_address: Address,
}Fields§
§callback_address: AddressImplementations§
Trait Implementations§
Source§impl Default for SetCallback
impl Default for SetCallback
Source§fn default() -> SetCallback
fn default() -> SetCallback
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SetCallback
impl RefUnwindSafe for SetCallback
impl Send for SetCallback
impl Sync for SetCallback
impl Unpin for SetCallback
impl UnwindSafe for SetCallback
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