pub struct PackConventions {
pub template_patterns: &'static [&'static str],
pub rdf_patterns: &'static [&'static str],
pub query_patterns: &'static [&'static str],
pub shape_patterns: &'static [&'static str],
}Expand description
Default conventions for pack file discovery
Fields§
§template_patterns: &'static [&'static str]§rdf_patterns: &'static [&'static str]§query_patterns: &'static [&'static str]§shape_patterns: &'static [&'static str]Trait Implementations§
Source§impl Clone for PackConventions
impl Clone for PackConventions
Source§fn clone(&self) -> PackConventions
fn clone(&self) -> PackConventions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PackConventions
impl Debug for PackConventions
Auto Trait Implementations§
impl Freeze for PackConventions
impl RefUnwindSafe for PackConventions
impl Send for PackConventions
impl Sync for PackConventions
impl Unpin for PackConventions
impl UnwindSafe for PackConventions
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