pub struct DeleteSessionResponse;Expand description
Response type for com.atproto.server.deleteSession
Trait Implementations§
Source§impl XrpcResp for DeleteSessionResponse
impl XrpcResp for DeleteSessionResponse
Auto Trait Implementations§
impl Freeze for DeleteSessionResponse
impl RefUnwindSafe for DeleteSessionResponse
impl Send for DeleteSessionResponse
impl Sync for DeleteSessionResponse
impl Unpin for DeleteSessionResponse
impl UnwindSafe for DeleteSessionResponse
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