pub struct MuteThreadResponse;Expand description
Response type for app.bsky.graph.muteThread
Trait Implementations§
Source§impl XrpcResp for MuteThreadResponse
impl XrpcResp for MuteThreadResponse
Auto Trait Implementations§
impl Freeze for MuteThreadResponse
impl RefUnwindSafe for MuteThreadResponse
impl Send for MuteThreadResponse
impl Sync for MuteThreadResponse
impl Unpin for MuteThreadResponse
impl UnwindSafe for MuteThreadResponse
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