Struct azalea_core::ResourceLocation
source · Fields
namespace: String
path: String
Implementations
sourceimpl ResourceLocation
impl ResourceLocation
pub fn new(resource_string: &str) -> Result<ResourceLocation, BufReadError>
Trait Implementations
sourceimpl Clone for ResourceLocation
impl Clone for ResourceLocation
sourcefn clone(&self) -> ResourceLocation
fn clone(&self) -> ResourceLocation
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 moresourceimpl Debug for ResourceLocation
impl Debug for ResourceLocation
sourceimpl Display for ResourceLocation
impl Display for ResourceLocation
sourceimpl Hash for ResourceLocation
impl Hash for ResourceLocation
sourceimpl McBufReadable for ResourceLocation
impl McBufReadable for ResourceLocation
sourceimpl McBufWritable for ResourceLocation
impl McBufWritable for ResourceLocation
sourceimpl PartialEq<ResourceLocation> for ResourceLocation
impl PartialEq<ResourceLocation> for ResourceLocation
sourcefn eq(&self, other: &ResourceLocation) -> bool
fn eq(&self, other: &ResourceLocation) -> bool
impl Eq for ResourceLocation
impl StructuralEq for ResourceLocation
impl StructuralPartialEq for ResourceLocation
Auto Trait Implementations
impl RefUnwindSafe for ResourceLocation
impl Send for ResourceLocation
impl Sync for ResourceLocation
impl Unpin for ResourceLocation
impl UnwindSafe for ResourceLocation
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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