pub struct CallResourceMethodV1 {
pub resource: Uuid,
pub method: String,
pub args: TypedValue,
}Fields§
§resource: Uuid§method: String§args: TypedValueImplementations§
Source§impl CallResourceMethodV1
impl CallResourceMethodV1
pub fn create( resource: Uuid, method: String, args: TypedValue, ) -> Box<SyscallRequest<Self>>
Auto Trait Implementations§
impl Freeze for CallResourceMethodV1
impl RefUnwindSafe for CallResourceMethodV1
impl Send for CallResourceMethodV1
impl Sync for CallResourceMethodV1
impl Unpin for CallResourceMethodV1
impl UnsafeUnpin for CallResourceMethodV1
impl UnwindSafe for CallResourceMethodV1
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