pub struct CollectionFeedInput {
pub id: String,
pub title: Option<String>,
}
Fields§
§id: String
§title: Option<String>
Trait Implementations§
Source§impl Clone for CollectionFeedInput
impl Clone for CollectionFeedInput
Source§fn clone(&self) -> CollectionFeedInput
fn clone(&self) -> CollectionFeedInput
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CollectionFeedInput
impl Debug for CollectionFeedInput
Auto Trait Implementations§
impl Freeze for CollectionFeedInput
impl RefUnwindSafe for CollectionFeedInput
impl Send for CollectionFeedInput
impl Sync for CollectionFeedInput
impl Unpin for CollectionFeedInput
impl UnwindSafe for CollectionFeedInput
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