Struct edge_frame::role::RoleLogoutStatusItemProps
source · [−]pub struct RoleLogoutStatusItemProps<R: Routable + PartialEq + Clone + 'static, S: Reducible2> {
pub auth_status_route: R,
pub projection: Projection<S, RoleState, RoleAction>,
}Fields
auth_status_route: Rprojection: Projection<S, RoleState, RoleAction>Trait Implementations
sourceimpl<R: Clone + Routable + PartialEq + Clone + 'static, S: Clone + Reducible2> Clone for RoleLogoutStatusItemProps<R, S>
impl<R: Clone + Routable + PartialEq + Clone + 'static, S: Clone + Reducible2> Clone for RoleLogoutStatusItemProps<R, S>
sourcefn clone(&self) -> RoleLogoutStatusItemProps<R, S>
fn clone(&self) -> RoleLogoutStatusItemProps<R, S>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl<R: Debug + Routable + PartialEq + Clone + 'static, S: Debug + Reducible2> Debug for RoleLogoutStatusItemProps<R, S>
impl<R: Debug + Routable + PartialEq + Clone + 'static, S: Debug + Reducible2> Debug for RoleLogoutStatusItemProps<R, S>
sourceimpl<R: PartialEq + Routable + PartialEq + Clone + 'static, S: PartialEq + Reducible2> PartialEq<RoleLogoutStatusItemProps<R, S>> for RoleLogoutStatusItemProps<R, S>
impl<R: PartialEq + Routable + PartialEq + Clone + 'static, S: PartialEq + Reducible2> PartialEq<RoleLogoutStatusItemProps<R, S>> for RoleLogoutStatusItemProps<R, S>
sourcefn eq(&self, other: &RoleLogoutStatusItemProps<R, S>) -> bool
fn eq(&self, other: &RoleLogoutStatusItemProps<R, S>) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &RoleLogoutStatusItemProps<R, S>) -> bool
fn ne(&self, other: &RoleLogoutStatusItemProps<R, S>) -> bool
This method tests for !=.
sourceimpl<R: Routable + PartialEq + Clone + 'static, S: Reducible2> Properties for RoleLogoutStatusItemProps<R, S>
impl<R: Routable + PartialEq + Clone + 'static, S: Reducible2> Properties for RoleLogoutStatusItemProps<R, S>
impl<R: Routable + PartialEq + Clone + 'static, S: Reducible2> StructuralPartialEq for RoleLogoutStatusItemProps<R, S>
Auto Trait Implementations
impl<R, S> !RefUnwindSafe for RoleLogoutStatusItemProps<R, S>
impl<R, S> !Send for RoleLogoutStatusItemProps<R, S>
impl<R, S> !Sync for RoleLogoutStatusItemProps<R, S>
impl<R, S> Unpin for RoleLogoutStatusItemProps<R, S> where
R: Unpin,
impl<R, S> !UnwindSafe for RoleLogoutStatusItemProps<R, S>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> IntoPropValue<Option<T>> for T
impl<T> IntoPropValue<Option<T>> for T
sourcefn into_prop_value(self) -> Option<T>
fn into_prop_value(self) -> Option<T>
Convert self to a value of a Properties struct.
sourceimpl<T> IntoPropValue<T> for T
impl<T> IntoPropValue<T> for T
sourcefn into_prop_value(self) -> T
fn into_prop_value(self) -> T
Convert self to a value of a Properties struct.