pub struct LoadObject;
Trait Implementations§
Source§impl Method for LoadObject
impl Method for LoadObject
Source§type Request = WireLoaderLoadObjectRequest
type Request = WireLoaderLoadObjectRequest
The request payload for the method.
Source§type Response = WireLoaderLoadObjectResponse
type Response = WireLoaderLoadObjectResponse
The response payload for the method.
Auto Trait Implementations§
impl Freeze for LoadObject
impl RefUnwindSafe for LoadObject
impl Send for LoadObject
impl Sync for LoadObject
impl Unpin for LoadObject
impl UnwindSafe for LoadObject
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