pub enum LocationTarget {
Hash,
History,
}Variants§
Trait Implementations§
Source§impl Clone for LocationTarget
impl Clone for LocationTarget
Source§fn clone(&self) -> LocationTarget
fn clone(&self) -> LocationTarget
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 moreimpl Copy for LocationTarget
Source§impl Debug for LocationTarget
impl Debug for LocationTarget
Source§impl JsJsonDeserialize for LocationTarget
impl JsJsonDeserialize for LocationTarget
fn from_json(ctx: JsJsonContext, json: JsJson) -> Result<Self, JsJsonContext>
Source§impl JsJsonSerialize for LocationTarget
impl JsJsonSerialize for LocationTarget
Source§impl PartialEq for LocationTarget
impl PartialEq for LocationTarget
impl StructuralPartialEq for LocationTarget
Auto Trait Implementations§
impl Freeze for LocationTarget
impl RefUnwindSafe for LocationTarget
impl Send for LocationTarget
impl Sync for LocationTarget
impl Unpin for LocationTarget
impl UnsafeUnpin for LocationTarget
impl UnwindSafe for LocationTarget
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