Struct osu_file_parser::osu_file::general::EditorBookmarks
source · [−]pub struct EditorBookmarks(_);
Trait Implementations
sourceimpl Clone for EditorBookmarks
impl Clone for EditorBookmarks
sourcefn clone(&self) -> EditorBookmarks
fn clone(&self) -> EditorBookmarks
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 Debug for EditorBookmarks
impl Debug for EditorBookmarks
sourceimpl From<EditorBookmarks> for Vec<Integer>
impl From<EditorBookmarks> for Vec<Integer>
sourcefn from(t: EditorBookmarks) -> Self
fn from(t: EditorBookmarks) -> Self
Converts to this type from the input type.
sourceimpl Hash for EditorBookmarks
impl Hash for EditorBookmarks
sourceimpl PartialEq<EditorBookmarks> for EditorBookmarks
impl PartialEq<EditorBookmarks> for EditorBookmarks
sourcefn eq(&self, other: &EditorBookmarks) -> bool
fn eq(&self, other: &EditorBookmarks) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourceimpl VersionedFromStr for EditorBookmarks
impl VersionedFromStr for EditorBookmarks
sourceimpl VersionedToString for EditorBookmarks
impl VersionedToString for EditorBookmarks
impl Eq for EditorBookmarks
impl StructuralEq for EditorBookmarks
impl StructuralPartialEq for EditorBookmarks
Auto Trait Implementations
impl RefUnwindSafe for EditorBookmarks
impl Send for EditorBookmarks
impl Sync for EditorBookmarks
impl Unpin for EditorBookmarks
impl UnwindSafe for EditorBookmarks
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