pub struct RequestRecsSimple {
pub command: Commands,
pub owner: String,
pub name: String,
pub uid: u32,
}Expand description
Struct representing a simple request.
Fields§
§command: Commands§owner: String§name: String§uid: u32Trait Implementations§
Source§impl Debug for RequestRecsSimple
impl Debug for RequestRecsSimple
Source§impl<'de> Deserialize<'de> for RequestRecsSimple
impl<'de> Deserialize<'de> for RequestRecsSimple
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for RequestRecsSimple
impl RefUnwindSafe for RequestRecsSimple
impl Send for RequestRecsSimple
impl Sync for RequestRecsSimple
impl Unpin for RequestRecsSimple
impl UnwindSafe for RequestRecsSimple
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