pub struct ViewPreferences;Trait Implementations§
Source§impl HasField<__typename> for ViewPreferences
impl HasField<__typename> for ViewPreferences
Source§impl HasField<archivedAt> for ViewPreferences
impl HasField<archivedAt> for ViewPreferences
Source§impl HasField<createdAt> for ViewPreferences
impl HasField<createdAt> for ViewPreferences
Source§impl HasField<id> for ViewPreferences
impl HasField<id> for ViewPreferences
Source§impl HasField<preferences> for ViewPreferences
impl HasField<preferences> for ViewPreferences
Source§type Type = ViewPreferencesValues
type Type = ViewPreferencesValues
The schema marker type of this field.
Source§impl HasField<type> for ViewPreferences
impl HasField<type> for ViewPreferences
Source§impl HasField<updatedAt> for ViewPreferences
impl HasField<updatedAt> for ViewPreferences
Source§impl HasField<viewType> for ViewPreferences
impl HasField<viewType> for ViewPreferences
Source§impl NamedType for ViewPreferences
impl NamedType for ViewPreferences
impl HasSubtype<ViewPreferences> for Node
Auto Trait Implementations§
impl Freeze for ViewPreferences
impl RefUnwindSafe for ViewPreferences
impl Send for ViewPreferences
impl Sync for ViewPreferences
impl Unpin for ViewPreferences
impl UnwindSafe for ViewPreferences
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