pub struct GetSetRequest {
pub id: String,
}
Fields§
§id: String
Implementations§
Auto Trait Implementations§
impl Freeze for GetSetRequest
impl RefUnwindSafe for GetSetRequest
impl Send for GetSetRequest
impl Sync for GetSetRequest
impl Unpin for GetSetRequest
impl UnwindSafe for GetSetRequest
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