pub struct BskyFeed { /* private fields */ }Implementations§
Source§impl BskyFeed
impl BskyFeed
pub fn new( base: RecordData, reference: BskyRecordRef, agent: BskyAgent, ) -> BskyFeed
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for BskyFeed
impl !UnwindSafe for BskyFeed
impl Freeze for BskyFeed
impl Send for BskyFeed
impl Sync for BskyFeed
impl Unpin for BskyFeed
impl UnsafeUnpin for BskyFeed
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