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