pub struct CreateTaggingInput {
pub feed_id: FeedID,
pub name: String,
}
Fields§
§feed_id: FeedID
§name: String
Trait Implementations§
Source§impl Debug for CreateTaggingInput
impl Debug for CreateTaggingInput
Auto Trait Implementations§
impl Freeze for CreateTaggingInput
impl RefUnwindSafe for CreateTaggingInput
impl Send for CreateTaggingInput
impl Sync for CreateTaggingInput
impl Unpin for CreateTaggingInput
impl UnwindSafe for CreateTaggingInput
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