pub struct RefreshViewExpr {
pub name: String,
}Expand description
refresh ActiveUsers
Fields§
§name: StringTrait Implementations§
Source§impl Clone for RefreshViewExpr
impl Clone for RefreshViewExpr
Source§fn clone(&self) -> RefreshViewExpr
fn clone(&self) -> RefreshViewExpr
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RefreshViewExpr
impl Debug for RefreshViewExpr
Source§impl PartialEq for RefreshViewExpr
impl PartialEq for RefreshViewExpr
Source§fn eq(&self, other: &RefreshViewExpr) -> bool
fn eq(&self, other: &RefreshViewExpr) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RefreshViewExpr
Auto Trait Implementations§
impl Freeze for RefreshViewExpr
impl RefUnwindSafe for RefreshViewExpr
impl Send for RefreshViewExpr
impl Sync for RefreshViewExpr
impl Unpin for RefreshViewExpr
impl UnsafeUnpin for RefreshViewExpr
impl UnwindSafe for RefreshViewExpr
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