pub struct GetUniqueIdEndpoint { /* private fields */ }Expand description
Macro Generated Marker Type
Trait Implementations§
Source§impl Endpoint for GetUniqueIdEndpoint
impl Endpoint for GetUniqueIdEndpoint
Auto Trait Implementations§
impl Freeze for GetUniqueIdEndpoint
impl RefUnwindSafe for GetUniqueIdEndpoint
impl Send for GetUniqueIdEndpoint
impl Sync for GetUniqueIdEndpoint
impl Unpin for GetUniqueIdEndpoint
impl UnwindSafe for GetUniqueIdEndpoint
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