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