pub struct UpdateDatabase {
pub title: Vec<RichText>,
pub properties: Properties,
}
Fields§
§title: Vec<RichText>
§properties: Properties
Trait Implementations§
Source§impl Debug for UpdateDatabase
impl Debug for UpdateDatabase
Source§impl PartialEq for UpdateDatabase
impl PartialEq for UpdateDatabase
Source§impl Serialize for UpdateDatabase
impl Serialize for UpdateDatabase
impl Eq for UpdateDatabase
impl StructuralPartialEq for UpdateDatabase
Auto Trait Implementations§
impl Freeze for UpdateDatabase
impl RefUnwindSafe for UpdateDatabase
impl Send for UpdateDatabase
impl Sync for UpdateDatabase
impl Unpin for UpdateDatabase
impl UnwindSafe for UpdateDatabase
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
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.