pub struct ParentProps {
pub location: Option<String>,
}
Fields§
§location: Option<String>
Trait Implementations§
Source§impl Debug for ParentProps
impl Debug for ParentProps
Source§impl Default for ParentProps
impl Default for ParentProps
Source§fn default() -> ParentProps
fn default() -> ParentProps
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ParentProps
impl RefUnwindSafe for ParentProps
impl Send for ParentProps
impl Sync for ParentProps
impl Unpin for ParentProps
impl UnwindSafe for ParentProps
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