pub enum Function {
Show 53 variants
Str,
Lang,
LangMatches,
Datatype,
Iri,
BNode,
Rand,
Abs,
Ceil,
Floor,
Round,
Concat,
SubStr,
StrLen,
Replace,
UCase,
LCase,
EncodeForUri,
Contains,
StrStarts,
StrEnds,
StrBefore,
StrAfter,
Year,
Month,
Day,
Hours,
Minutes,
Seconds,
Timezone,
Tz,
Now,
Uuid,
StrUuid,
Md5,
Sha1,
Sha256,
Sha384,
Sha512,
StrLang,
StrDt,
IsIri,
IsBlank,
IsLiteral,
IsNumeric,
Regex,
Triple,
Subject,
Predicate,
Object,
IsTriple,
Adjust,
Custom(NamedNode),
}
Expand description
A function name.
Variants§
Str
Lang
LangMatches
Datatype
Iri
BNode
Rand
Abs
Ceil
Floor
Round
Concat
SubStr
StrLen
Replace
UCase
LCase
EncodeForUri
Contains
StrStarts
StrEnds
StrBefore
StrAfter
Year
Month
Day
Hours
Minutes
Seconds
Timezone
Tz
Now
Uuid
StrUuid
Md5
Sha1
Sha256
Sha384
Sha512
StrLang
StrDt
IsIri
IsBlank
IsLiteral
IsNumeric
Regex
Triple
Subject
Predicate
Object
IsTriple
Adjust
Custom(NamedNode)
Trait Implementations§
impl Eq for Function
impl StructuralPartialEq for Function
Auto Trait Implementations§
impl Freeze for Function
impl RefUnwindSafe for Function
impl Send for Function
impl Sync for Function
impl Unpin for Function
impl UnwindSafe for Function
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