Struct Comment
pub struct Comment;Expand description
Helper for constructing MS SQL comment statements
Implementations§
§impl Comment
impl Comment
pub fn add() -> CommentStatement
pub fn add() -> CommentStatement
Construct type CommentStatement to add an extended property.
pub fn drop() -> CommentStatement
pub fn drop() -> CommentStatement
Construct type CommentStatement to drop an extended property.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Comment
impl RefUnwindSafe for Comment
impl Send for Comment
impl Sync for Comment
impl Unpin for Comment
impl UnwindSafe for Comment
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