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