Struct ruroonga_client::URIBase [] [src]

pub struct URIBase<'a> { /* fields omitted */ }

Methods

impl<'a> URIBase<'a>
[src]

Create URIBase struct.

Default values are:

base_uri: "localhost"

port: 10041

Set base to replace default value with specified value.

Set port number to replace default value with specified value.

Build and get base uri.

Trait Implementations

impl<'a> Clone for URIBase<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Debug for URIBase<'a>
[src]

Formats the value using the given formatter.

impl<'a> Default for URIBase<'a>
[src]

Returns the "default value" for a type. Read more