pub struct StbPosts {
pub stb_post_list: Vec<StbPost>,
}Fields§
§stb_post_list: Vec<StbPost>Trait Implementations§
Auto Trait Implementations§
impl Freeze for StbPosts
impl RefUnwindSafe for StbPosts
impl Send for StbPosts
impl Sync for StbPosts
impl Unpin for StbPosts
impl UnwindSafe for StbPosts
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