pub struct Repost;
Available on crate feature
namespace-appbsky
only.Trait Implementations§
Auto Trait Implementations§
impl Freeze for Repost
impl RefUnwindSafe for Repost
impl Send for Repost
impl Sync for Repost
impl Unpin for Repost
impl UnwindSafe for Repost
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