Enum cairo::BorrowError [−][src]
pub enum BorrowError {
Cairo(Status),
NonExclusive,
}Variants
Cairo(Status)NonExclusive
Trait Implementations
impl Debug for BorrowError[src]
impl Debug for BorrowErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl From<Status> for BorrowError[src]
impl From<Status> for BorrowErrorimpl Display for BorrowError[src]
impl Display for BorrowErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Error for BorrowError[src]
impl Error for BorrowErrorAuto Trait Implementations
impl Send for BorrowError
impl Send for BorrowErrorimpl Sync for BorrowError
impl Sync for BorrowError