pub struct UpdateEntryStarredInput {
pub starred_entries: Vec<EntryID>,
}
Fields§
§starred_entries: Vec<EntryID>
Trait Implementations§
Source§impl Debug for UpdateEntryStarredInput
impl Debug for UpdateEntryStarredInput
Auto Trait Implementations§
impl Freeze for UpdateEntryStarredInput
impl RefUnwindSafe for UpdateEntryStarredInput
impl Send for UpdateEntryStarredInput
impl Sync for UpdateEntryStarredInput
impl Unpin for UpdateEntryStarredInput
impl UnwindSafe for UpdateEntryStarredInput
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