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