pub struct PiEntryQuery {
pub provider: String,
pub session_id: String,
pub list: bool,
}Fields§
§provider: String§session_id: String§list: boolTrait Implementations§
Source§impl Clone for PiEntryQuery
impl Clone for PiEntryQuery
Source§fn clone(&self) -> PiEntryQuery
fn clone(&self) -> PiEntryQuery
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 PiEntryQuery
impl Debug for PiEntryQuery
Source§impl PartialEq for PiEntryQuery
impl PartialEq for PiEntryQuery
Source§impl Serialize for PiEntryQuery
impl Serialize for PiEntryQuery
impl Eq for PiEntryQuery
impl StructuralPartialEq for PiEntryQuery
Auto Trait Implementations§
impl Freeze for PiEntryQuery
impl RefUnwindSafe for PiEntryQuery
impl Send for PiEntryQuery
impl Sync for PiEntryQuery
impl Unpin for PiEntryQuery
impl UnsafeUnpin for PiEntryQuery
impl UnwindSafe for PiEntryQuery
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