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