pub struct SubjectQuery {
pub active: Option<bool>,
pub schema_id: Option<String>,
}Fields§
§active: Option<bool>§schema_id: Option<String>Trait Implementations§
Source§impl Clone for SubjectQuery
impl Clone for SubjectQuery
Source§fn clone(&self) -> SubjectQuery
fn clone(&self) -> SubjectQuery
Returns a duplicate 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 SubjectQuery
impl Debug for SubjectQuery
Source§impl<'de> Deserialize<'de> for SubjectQuery
impl<'de> Deserialize<'de> for SubjectQuery
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SubjectQuery
impl RefUnwindSafe for SubjectQuery
impl Send for SubjectQuery
impl Sync for SubjectQuery
impl Unpin for SubjectQuery
impl UnsafeUnpin for SubjectQuery
impl UnwindSafe for SubjectQuery
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