pub struct OwnerTo<'a> {
pub span: Span,
pub owner: AlterTableOwner<'a>,
}Expand description
OWNER TO specification
Fields§
§span: SpanSpan of “OWNER TO”
owner: AlterTableOwner<'a>Name of owner
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for OwnerTo<'a>
impl<'a> RefUnwindSafe for OwnerTo<'a>
impl<'a> Send for OwnerTo<'a>
impl<'a> Sync for OwnerTo<'a>
impl<'a> Unpin for OwnerTo<'a>
impl<'a> UnsafeUnpin for OwnerTo<'a>
impl<'a> UnwindSafe for OwnerTo<'a>
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