Struct Collation
pub struct Collation(/* private fields */);Expand description
Ref: https://learn.microsoft.com/en-us/sql/t-sql/statements/windows-collation-name-transact-sql?view=sql-server-2016
Implementations§
§impl Collation
impl Collation
pub fn name(&self) -> String
pub fn case_insensitive(&self) -> bool
pub fn case_sensitive(&self) -> bool
pub fn accent_insensitive(&self) -> bool
pub fn accent_sensitive(&self) -> bool
pub fn kanatype_sensitive(&self) -> bool
pub fn width_sensitive(&self) -> bool
pub fn variation_selector_sensitive(&self) -> bool
pub fn utf8(&self) -> bool
Trait Implementations§
impl Eq for Collation
impl StructuralPartialEq for Collation
Auto Trait Implementations§
impl Freeze for Collation
impl RefUnwindSafe for Collation
impl Send for Collation
impl Sync for Collation
impl Unpin for Collation
impl UnwindSafe for Collation
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